home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Latest Shareware Programs: Warp
/
OS-2 WARP - Latest Shareware Programs.iso
/
zipped.os2
/
gnu_c.2
/
readme.260
< prev
next >
Wrap
Text File
|
1994-10-16
|
1KB
|
41 lines
This is GCC 2.6.0 for emx. It is packaged as follows:
README.260 This file
gcc260b1.zip Binaries, part 1 (C)
gcc260b2.zip Binaries, part 2 (C++ and Objective C)
gcc260d.zip Documentation
gcc260p.zip Patches
gcc260s1.zip Source code (patched), part 1
gcc260s2.zip Source code (patched), part 2
gcc260s3.zip Source code (patched), part 3
Release notes:
- emxfix10.zip and the associated emxrt.zip are required for compiling
and running C++ and Objective C programs
- The -Zwait option is no longer available
- There is a new option: -Zmap. However, it does not work with the
current versions of emxomfld, ld, and emxbind
- The current version of emxomf does not support the new C++ `bool'
type (you'll get some warnings). IPMD doesn't support `bool',
either
- The -o option is no longer required for creating an .exe or .dll
file; by default the name of the executable file is constructed from
the first file name given on the command line:
gcc prog1.c prog2.c
is equivalent to
gcc -o prog1.exe prog1.c prog2.c
This does not apply if you suppress linking with options like -c and
-S. If the -Zdll option is given, .dll will be appended instead of
.exe
- _mcount()'s argument is now passed on the stack